home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / smail-3.1.28 / src / error.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-20  |  4.7 KB  |  96 lines

  1. /* @(#)src/error.h    1.7 9/20/92 12:54:47 */
  2.  
  3. /*
  4.  *    Copyright (C) 1987, 1988 Ronald S. Karr and Landon Curt Noll
  5.  *    Copyright (C) 1992  Ronald S. Karr
  6.  *
  7.  * See the file COPYING, distributed with smail, for restriction
  8.  * and warranty information.
  9.  */
  10.  
  11. /*
  12.  * error.h:
  13.  *    error numbers used by smail, for address structures or for
  14.  *    other purposes.  Error numbers up to 1000 are reserved.
  15.  *    Numbers over 1000 may be used for local purposes.
  16.  */
  17. #define ERR_100        100L        /* unknown user */
  18. #define ERR_101        101L        /* unknown host */
  19. #define ERR_102        102L        /* method transport not found */
  20. #define ERR_103        103L        /* default transport not found */
  21. #define ERR_104        104L        /* security violation */
  22. #define ERR_105        105L        /* no pipe transport */
  23. #define ERR_106        106L        /* no file transport */
  24. #define ERR_107        107L        /* director driver not found */
  25. #define ERR_108        108L        /* error building path */
  26. #define ERR_109        109L        /* router driver not found */
  27. #define ERR_110        110L        /* no transport for router */
  28. #define ERR_111        111L        /* address parse error */
  29. #define ERR_112        112L        /* failed to open alias database */
  30. #define ERR_113        113L        /* alias parsing error */
  31. #define ERR_114        114L        /* forward file not an absolute path */
  32. #define ERR_115        115L        /* forward file parse error */
  33. #define ERR_116        116L        /* include name expansion failed */
  34. #define ERR_117        117L        /* include file open failed */
  35. #define ERR_118        118L        /* include file read failed */
  36. #define ERR_119        119L        /* include file parse error */
  37. #define ERR_120        120L        /* smartuser expansion failed */
  38. #define ERR_121        121L        /* smartuser parse error */
  39. #define ERR_122        122L        /* user transport not defined */
  40. #define ERR_123        123L        /* failed to open pathalias database */
  41. #define ERR_124        124L        /* bad entry in pathalias database */
  42. #define ERR_125        125L        /* no smarthost information */
  43. #define ERR_126        126L        /* smart_path parse error */
  44. #define ERR_127        127L        /* uuname scanning error */
  45. #define ERR_128        128L        /* username expansion failed */
  46. #define ERR_129        129L        /* username contains / */
  47. #define ERR_130        130L        /* file or dir attribute required */
  48. #define ERR_131        131L        /* failed to expand file or dir */
  49. #define ERR_132        132L        /* appendfile pathname not absolute */
  50. #define ERR_133        133L        /* appendfile failed to open file */
  51. #define ERR_134        134L        /* failed to lock mailbox */
  52. #define ERR_135        135L        /* write to mailbox failed */
  53. #define ERR_136        136L        /* rename failed for queue file */
  54. #define ERR_137        137L        /* no cmd attribute for pipe */
  55. #define ERR_138        138L        /* error in cmd attribute */
  56. #define ERR_139        139L        /* absolute path for cmd required */
  57. #define ERR_140        140L        /* could not create process */
  58. #define ERR_141        141L        /* write on pipe failed */
  59. #define ERR_142        142L        /* failed to reap child process */
  60. #define ERR_143        143L        /* process killed by signal */
  61. #define ERR_144        144L        /* process returned non-zero status */
  62. #define ERR_145        145L        /* maximum hop count exceeded */
  63. #define ERR_146        146L        /* transport driver not found */
  64. #define ERR_147        147L        /* parse error in input address */
  65. #define ERR_148        148L        /* smtp connection failure */
  66. #define ERR_149        149L        /* smtp startup failed */
  67. #define ERR_150        150L        /* smtp startup unsuccessful */
  68. #define ERR_151        151L        /* SMTP timeout or read error */
  69. #define ERR_152        152L        /* SMTP negative response */
  70. #define ERR_153        153L        /* Remote host's storage is full */
  71. #define ERR_154        154L        /* Error writing to remote host */
  72. #define ERR_155        155L        /* Failed to read spooled message */
  73. #define ERR_156        156L        /* Remote host returned bad address */
  74. #define ERR_157        157L        /* Malformed domain literal */
  75. #define ERR_158        158L        /* aliasfile lookup error */
  76. #define ERR_159        159L        /* pathalias file lookup error */
  77. #define ERR_160        160L        /* query_program cmd expansion error */
  78. #define ERR_161     161L        /* temporary failure execing command */
  79. #define ERR_162        162L        /* transport not found */
  80. #define ERR_163        163L        /* lost connect to BIND server */
  81. #define ERR_164        164L        /* BIND server failure */
  82. #define ERR_165        165L        /* BIND server packet format error */
  83. #define ERR_166        166L        /* no SMTP service for host */
  84. #define ERR_167        167L        /* unknown service or protocol */
  85. #define ERR_168        168L        /* no valid MX records for host */
  86. #define ERR_169        169L        /* MX record points to local host */
  87. #define ERR_170        170L        /* uuname process creation error */
  88. #define ERR_171        171L        /* queryprog command output error */
  89. #define ERR_172        172L        /* no connection to remote SMTP */
  90. #define ERR_173        173L        /* retry time expired */
  91. #define ERR_174        174L        /* retry interval not reached */
  92. #define ERR_1000    1000L        /* bad entry in reroute database */
  93. #define ERR_1001    1001L        /* failed to open reroute database */
  94. #define ERR_1002    1002L        /* reroute file lookup error */
  95. #define ERR_175        175L        /* host locked */
  96.